-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dependencies from td-tool package #1312
Conversation
remaining Resolver since it is still missing in @thingweb/thing-model
The PR is now ready for review. With the changes we can be removing the |
Anyone willing to review? There is no real technical change.... it moves necessary functionality from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine and the changes seem mostly mechanical and copy-paste
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the question below the changes are ok!
use the one from "wot-thing-model-types"
TODOs
core
still hasimport { Resolver } from "@node-wot/td-tools/src/resolver-interface";
which cannot be removed until @thingweb/thing-model exportsResolver
(see Exporting the Resolver Interface td-tools#35). Causes eslint issue in CI pipeline (resolved by 9e1f6f0)fixes #1311